WCF-Xtensions Class Reference for .NET
OnEndOpen Method (XChannelFactory<TChannel>)






Syntax
[__DynamicallyInvokable()]
protected virtual void OnEndOpen( 
   System.IAsyncResult result
)
protected procedure OnEndOpen( 
    result: System.IAsyncResult
); virtual; 
__DynamicallyInvokableAttribute()
protected function OnEndOpen( 
   result : System.IAsyncResult
);
[__DynamicallyInvokable()]
protected: virtual void OnEndOpen( 
   System.IAsyncResult* result
) 
[__DynamicallyInvokable()]
protected:
virtual void OnEndOpen( 
   System.IAsyncResult^ result
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected Overridable Sub OnEndOpen( _
   ByVal result As System.IAsyncResult _
) 
 
'Usage
 
Dim instance As XChannelFactory(Of TChannel)
Dim result As System.IAsyncResult
 
instance.OnEndOpen(result)

Parameters

result
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XChannelFactory<TChannel> Class
XChannelFactory<TChannel> Members

Send Feedback